Home
last modified time | relevance | path

Searched refs:like (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/aosp12/art/test/1972-jni-id-swap-indices/
H A Dexpected-stdout.txt3 pointer ID looks like a pointer!
5 index ID looks like an index!
7 index WKC ID looks like an index!
/aosp12/frameworks/opt/setupwizard/library/
H A Drules.gradle3 * included in scripts like build.gradle or standalone.gradle using 'apply from'.
6 * dependencies like support library is built directly from source, while for standalone builds they
57 // for reproducible builds, for example in build.gradle define something like
65 // something like this:
H A Dbuild.gradle8 * this will build the dependencies like support libraries from source, whereas standalone.gradle
23 // builds. To add a dependency, you want to specify something like this:
/aosp12/art/test/1973-jni-id-swap-pointer/
H A Dexpected-stdout.txt3 pointer ID looks like a pointer!
5 pointer2 ID looks like a pointer!
/aosp12/bootable/recovery/edify/
H A DREADME.md13 understood, as are hexadecimal escapes like \x4a.
33 - Operators (like "&&" and "||") are just syntactic sugar for builtin
47 quotes are only needed if you want characters like whitespace to
68 look like if/else statements:
107 A more useful example might be something like:
/aosp12/frameworks/base/location/lib/
H A DREADME.txt16 the interface. In this way it is like framework.jar.
24 but that doesn't seem like a great idea when only applications with a special
29 It wraps internal platform classes (like ProviderRequest) with a stable
/aosp12/frameworks/compile/slang/tests/P_reflection3264_divergent/
H A Dreflection3264_divergent.rscript74 // for arguments, should get a helper struct that looks like struct NonDivergent
77 // for arguments, should get a helper struct that looks like struct Divergent
80 // for arguments, should get a helper struct that looks like struct DivergentNest
/aosp12/frameworks/compile/slang/tests/P_reflection3264_divergent_support/
H A Dreflection3264_divergent.rscript76 // for arguments, should get a helper struct that looks like struct NonDivergent
79 // for arguments, should get a helper struct that looks like struct Divergent
82 // for arguments, should get a helper struct that looks like struct DivergentNest
/aosp12/frameworks/base/core/java/android/content/
H A DSearchRecentSuggestionsProvider.java333 String like = "%" + selectionArgs[0] + "%"; in query() local
335 myArgs = new String [] { like, like }; in query()
337 myArgs = new String [] { like }; in query()
/aosp12/build/make/core/
H A Dbuild_id.rbc19 …# BUILD_ID is usually used to specify the branch name (like "MAIN") or a branch name and a release…
20 # (like "CRB01"). It must be a single word, and is capitalized by convention.
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/
H A DREADME8 support for continuous sensors like accel, and gyro whereas the other
9 "SUPPORT_ON_CHANGE_SENSORS" enables support for on change sensors like the
/aosp12/frameworks/base/packages/SystemUI/docs/
H A Ddagger.md45 variants (like other form factors e.g. Car).
156 …dex.html*" -U "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.…
158 …dex.html*" -U "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.…
160 …dex.html*" -U "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.…
162 …dex.html*" -U "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.…
H A Dfalsing.md30 The flow through the system looks like such:
81 like a swipe) and false otherwise.
86 2. If the tap is the _second_ tap in recent history and looks like a valid Double Tap
87 the tap is **accepted**. This works exactly like `FalsingManager#isFalseDoubleTap`.
93 in fact look like a simple tap.
127 `FalsingCollector#avoidGesture()`. Tell the `FalsingManager` to pretend like the
235 implementation looks like:
/aosp12/build/make/tools/fs_config/
H A DREADME.md46 like so within their respective array definition:
70 From within the `fs_config` directory, unit tests can be executed like so:
79 One could also use nose if they would like:
/aosp12/hardware/interfaces/vibrator/1.2/
H A Dtypes.hal28 * This effect should solid feeling bump, like the depression of a heavy mechanical button.
41 * This should produce a sharp striking sensation, like a click but stronger.
/aosp12/art/build/apex/
H A Druntests.sh82 -l, --list-files list the contents of the ext4 image (\`find\`-like style)
83 -t, --print-tree list the contents of the ext4 image (\`tree\`-like style)
/aosp12/hardware/st/secure_element2/secure_element/
H A DAndroid.bp19 // You may also want to append '-impl/-service' with a specific identifier like
98 // You may also want to append '-impl/-service' with a specific identifier like
180 // You may also want to append '-impl/-service' with a specific identifier like
267 // You may also want to append '-impl/-service' with a specific identifier like
346 // You may also want to append '-impl/-service' with a specific identifier like
428 // You may also want to append '-impl/-service' with a specific identifier like
/aosp12/frameworks/native/cmds/dumpstate/
H A Dbugreport-format.md4 bugreport services (like `bugreport` and `bugreportplus`) and delivered to the
5 end user (i.e., it doesn’t include other tools like `adb bugreport`).
9 intent; the end user then select which app (like an email client) handles such
106 release, the version will be called **1.1** or something like that.
/aosp12/build/make/
H A Dbuildspec.mk.default46 # minimal targets like "make droid". This takes simple target names
47 # like "Browser" or "MyApp", the names used by LOCAL_MODULE or
76 # Choose additional locales, like "en_US" or "it_IT", to add to any
/aosp12/build/
H A Dbuildspec.mk.default46 # minimal targets like "make droid". This takes simple target names
47 # like "Browser" or "MyApp", the names used by LOCAL_MODULE or
76 # Choose additional locales, like "en_US" or "it_IT", to add to any
/aosp12/hardware/interfaces/power/1.1/
H A Dtypes.hal23 * SoCs like wifi, bt usually have more than one subsystem level sleep state.
57 * SoCs like wifi, bt usually have more than one subsystem level sleep state.
/aosp12/art/tools/jvmti-agents/field-null-percent/
H A DREADME.md17 The agent is loaded using -agentpath like normal. It takes arguments in the
45 The dump will look something like this.
/aosp12/frameworks/av/media/janitors/
H A DREADME2 such as the software codecs in directories like external/libavc.
/aosp12/packages/services/Car/car-admin-ui-lib/
H A DREADME.md4 It's meant to be used by internal apps like CarService, CarSettings, and
/aosp12/art/tools/jvmti-agents/breakpoint-logger/
H A DREADME.md15 The agent is loaded using -agentpath like normal. It takes arguments in the
44 A normal run will look something like this:

12345678910>>...15