HomeSort by relevance Sort by last modified time
    Searched full:always_true (Results 1 - 25 of 55) sorted by null

1 2 3

  /frameworks/base/tools/split-select/
Rule.h 43 ALWAYS_TRUE,
73 : op(ALWAYS_TRUE)
TestRules.cpp 70 rule.op = Rule::ALWAYS_TRUE;
Rule.cpp 50 case ALWAYS_TRUE:
51 str.append("ALWAYS_TRUE");
RuleGenerator.cpp 71 always->op = Rule::ALWAYS_TRUE;
  /frameworks/base/tools/aapt2/integration-tests/NamespaceTest/App/res/layout/
activity_main.xml 26 android:layout_centerInParent="@bool/always_true"
  /frameworks/base/tools/aapt2/integration-tests/NamespaceTest/App/res/values/
values.xml 19 <bool name="always_true">true</bool>
  /frameworks/base/core/tests/overlaytests/device/res/values/
config.xml 38 <bool name="always_true">true</bool>
  /external/curl/src/
tool_doswin.c 41 * Macros ALWAYS_TRUE and ALWAYS_FALSE are used to avoid compiler warnings.
44 #define ALWAYS_TRUE (1)
48 # undef ALWAYS_TRUE
51 # define ALWAYS_TRUE (0, 1)
54 # define ALWAYS_TRUE \
81 # define _use_lfn(f) ALWAYS_TRUE /* long file names always available */
  /system/core/libnativeloader/
native_loader.cpp 146 static const std::function<bool(const std::string&, std::string*)> always_true = member in namespace:android
365 !ReadConfig(public_native_libraries_system_config, &sonames, always_true, &error_msg),
413 ReadConfig(llndk_native_libraries_system_config, &sonames, always_true);
417 ReadConfig(vndksp_native_libraries_system_config, &sonames, always_true);
422 ReadConfig(kPublicNativeLibrariesVendorConfig, &sonames, always_true, nullptr);
  /external/mesa3d/src/mesa/drivers/common/
meta_generate_mipmap.c 168 static const GLint always_true = GL_TRUE; local
375 _mesa_texture_parameteriv(ctx, texObj, GL_GENERATE_MIPMAP, &always_true,
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Predicates.java 56 return ObjectPredicate.ALWAYS_TRUE.withNarrowedType();
214 ALWAYS_TRUE {
  /external/llvm/test/Transforms/RewriteStatepointsForGC/
constants.ll 43 define i8 @test3(i1 %always_true) gc "statepoint-example" {
89 define i8 addrspace(1)* @test5(i1 %always_true) gc "statepoint-example" {
  /frameworks/base/core/tests/overlaytests/device/src/com/android/overlaytest/
OverlayBaseTest.java 186 // always_true has no overlay
187 final int resId = R.bool.always_true;
  /external/guava/guava/src/com/google/common/base/
Predicates.java 59 return ObjectPredicate.ALWAYS_TRUE.withNarrowedType();
277 ALWAYS_TRUE {
  /external/tensorflow/tensorflow/core/grappler/clusters/
single_machine_test.cc 267 t->set_name("always_true");
279 *c->add_input() = "always_true";
  /external/libchrome/base/metrics/
field_trial_unittest.cc 122 char always_true[] = " always true"; local
129 always_true[0] = c;
135 CreateFieldTrial(always_true, 10, default_always_true, NULL);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
while_loop_invariant_code_motion_test.cc 51 HloComputation::Builder builder(TestName() + ".always_true");
while_loop_simplifier_test.cc 99 HloComputation::Builder builder(TestName() + ".always_true");
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.5/
kotlin-compiler-embeddable-1.0.5.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.1/
kotlin-compiler-embeddable-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.3/
kotlin-compiler-embeddable-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.1.51/
kotlin-compiler-embeddable-1.1.51.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.20/
kotlin-compiler-embeddable-1.2.20.jar 

Completed in 1369 milliseconds

1 2 3