HomeSort by relevance Sort by last modified time
    Searched refs:localize (Results 1 - 25 of 61) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
localize-hidden-2.d 3 #objcopy: --localize-hidden
4 #name: --localize-hidden test 2
localize-hidden-1.d 3 #objcopy: --localize-hidden
4 #name: --localize-hidden test 1
  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/expr/
ExprWriters.kt 30 fun CallbackExprModel.localizeGlobalVariables(vararg ignore: Expr): KCode = kcode("// localize variables for thread safety") {
42 val localize = myExpr.shouldLocalizeInCallbacks() && !myExpr.isVariable()
44 val eligible = localize || (myExpr is MethodCallExpr || (myExpr is FieldAccessExpr && myExpr.getter.type == Callable.Type.METHOD))
46 val assign = if (localize) {
  /external/libcups/cups/
testdest.c 29 static void localize(http_t *http, cups_dest_t *dest, cups_dinfo_t *dinfo, const char *option, const char *value);
153 else if (!strcmp(argv[2], "localize") && argc < 6)
156 localize(http, dest, dinfo, argv[3], argv[4]);
158 localize(http, dest, dinfo, argv[3], NULL);
160 localize(http, dest, dinfo, NULL, NULL);
233 * 'localize()' - Localize an option and value.
237 localize(http_t *http, /* I - Connection to destination */ function
255 localize(http, dest, dinfo, ippGetString(attr, i, NULL), NULL);
275 localize(http, dest, dinfo, options[i], NULL)
    [all...]
cups-private.h 257 int localize);
request.c 1069 int localize) /* I - Localize the message? */
1077 localize = 0;
1092 if (localize)
Makefile 67 ppd-localize.o \
  /external/libcups/
Android.mk 31 cups/ppd-localize.c cups/ppd-mark.c cups/ppd-page.c cups/ppd-util.c \
  /build/make/core/
product_config.mk 311 PRODUCT_AAPT2_CFLAGS += --pseudo-localize
312 PRODUCT_AAPT_FLAGS += --pseudo-localize
  /prebuilts/tools/common/m2/repository/com/sun/istack/istack-commons-runtime/2.21/
istack-commons-runtime-2.21.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 
  /prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar 
  /external/caliper/lib/
jersey-core-1.11.jar 
  /external/guice/lib/build/
felix-2.0.5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0/
compiler-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta6/
compiler-2.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-beta7/
compiler-2.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.0.0-rc3/
compiler-2.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-alpha3/
compiler-2.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compiler/2.1.0-alpha4/
compiler-2.1.0-alpha4.jar 

Completed in 403 milliseconds

1 2 3