/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/ext/ |
ext.kt | 93 "BR.${if (this == "") "_all" else this}"
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
Bindings.py | 40 ('Select _All', '<<select-all>>'),
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
Bindings.py | 40 ('Select _All', '<<select-all>>'),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
Bindings.py | 40 ('Select _All', '<<select-all>>'),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
Bindings.py | 40 ('Select _All', '<<select-all>>'),
|
/system/core/init/ |
README.md | 47 2. During the mount\_all command, the init executable loads all of the 52 One may specify paths in the mount\_all command line to have it import 78 build process. Init loads logcatd.rc during the mount\_all command and 91 There are two options "early" and "late" in mount\_all command 96 importing rc files. By default, no option is set, and mount\_all will 436 > Calls fs\_mgr\_mount\_all on the given fs\_mgr-format fstab and imports .rc files 501 > Calls fs\_mgr\_swapon\_all on the given fstab file.
|
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/ |
FieldProcessorTest.kt | 324 assertThat(Field(elm, "_all", TypeKind.BOOLEAN.typeMirror(it), 325 SQLTypeAffinity.INTEGER).nameWithVariations, `is`(arrayListOf("_all", "all")))
|
/external/vulkan-validation-layers/icd/ |
README.md | 40 - [X] Develop automated test flow using mock ICD (alternative to or replacement for run\_all\_tests.sh)
|
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/ |
DataBinderWriter.kt | 117 tab("\"_all\"")
|
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/ |
MultiArgAdapterTest.java | 60 obj1.notifyPropertyChanged(BR._all);
|
/frameworks/support/slices/core/src/main/java/androidx/slice/compat/ |
CompatPermissionManager.java | 44 public static final String ALL_SUFFIX = "_all";
|
/cts/tools/dasm/src/java_cup/ |
lalr_state.java | 78 _all.put(_items,this); 86 protected static Hashtable _all = new Hashtable(); field in class:lalr_state 89 public static Enumeration all() {return _all.elements();} 94 public static int number() {return _all.size();} 118 return (lalr_state)_all.get(itms);
|
production.java | 121 _all.put(new Integer(_index),this); 146 protected static Hashtable _all = new Hashtable(); field in class:production 149 public static Enumeration all() {return _all.elements();}; 154 public static int number() {return _all.size();};
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
PVRTString.h | 325 @param[in] _all Substitute all 328 CPVRTString& substitute(char _src,char _subDes, bool _all = true); 334 @param[in] _all Substitute all 337 CPVRTString& substitute(const char* _src, const char* _subDes, bool _all = true); [all...] |
PVRTString.cpp | [all...] |
/cts/tools/dasm/etc/ |
java_cup.jar | |
java_cup.jar.old | |
java_cup-new.jar | |
/external/guava/guava/src/com/google/common/collect/ |
Cut.java | 66 // note: overriden by {BELOW,ABOVE}_ALL
|
/external/minijail/ |
common.mk | 168 # on the same line. But the way :: rules work, the _all here will also 169 # invoke the %:: rule while retaining "_all" as the default. 170 _all:: [all...] |
/external/modp_b64/ |
common.mk | 167 # on the same line. But the way :: rules work, the _all here will also 168 # invoke the %:: rule while retaining "_all" as the default. 169 _all:: [all...] |
/prebuilts/go/darwin-x86/src/cmd/cgo/ |
doc.go | 692 _all.o # gcc-compiled object for _cgo_export.c, *.cgo2.c 700 directives that cmd/link is not sophisticated enough to derive from _all.o 701 on its own. Similarly, the _all.o uses dynamic references to real [all...] |
/prebuilts/go/linux-x86/src/cmd/cgo/ |
doc.go | 692 _all.o # gcc-compiled object for _cgo_export.c, *.cgo2.c 700 directives that cmd/link is not sophisticated enough to derive from _all.o 701 on its own. Similarly, the _all.o uses dynamic references to real [all...] |
/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/ |
distort_image_ops_test.py | 325 tag = '%s' % (cpu_count) if cpu_count is not None else '_all'
|
/external/deqp/modules/gles3/functional/ |
es3fBufferMapTests.cpp | 728 flushGroup->addChild(new BufferMapExplicitFlushCase(m_context, (string(getBufferTargetName(target)) + "_all").c_str(), "", target, hint, false, VERIFY_AS_VERTEX_ARRAY));
|