HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG (Results 51 - 75 of 98) sorted by null

1 23 4

  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLoggerTest.java 140 pLog.setLevel(Level.CONFIG);
  /hardware/intel/img/psb_video/src/
pnw_rotate.c 59 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
577 object_config_p obj_config = CONFIG(obj_context->config_id);
vsp_VPP.c 38 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
872 obj_config = CONFIG(obj_context->config_id);
874 drv_debug_msg(VIDEO_DEBUG_ERROR, "Failed to find config\n");
944 obj_config = CONFIG(obj_context->config_id);
946 drv_debug_msg(VIDEO_DEBUG_ERROR, "Failed to find config\n");
    [all...]
psb_drv_video.c 131 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
466 obj_config = CONFIG(configID);
544 obj_config = CONFIG(config_id);
572 obj_config = CONFIG(config_id);
629 VAConfigID __maybe_unused config,
    [all...]
psb_surface_attrib.c 43 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
vsp_vp8.c 39 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 247 IF {CONFIG}=16
265 IF {CONFIG}=16
493 IF {CONFIG}=16 ;// Thumb
517 IF ({CONFIG}=16):LAND:(("$a1":RIGHT:2)="]!")
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 250 IF {CONFIG}=16
268 IF {CONFIG}=16
496 IF {CONFIG}=16 ;// Thumb
520 IF ({CONFIG}=16):LAND:(("$a1":RIGHT:2)="]!")
  /build/core/
product_config.mk 20 # definitions.make before config.make.
192 # Find the product config makefile for the current product.
196 # same as the base filename of the product config makefile.
222 $(error Can not locate config makefile for product "$(TARGET_PRODUCT)")
311 # Keep a copy of the space-separated config
394 # The OTA key(s) specified by the product config, if any. The names
423 $(eval DEXPREOPT.$(TARGET_PRODUCT).$(m).CONFIG := $(cf))))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Utils.java 108 * Creates a Variations object using build id pattern, config and jvm.
111 * @param config
114 public static Variations getVariations(String buildIdPattern, String config, String jvm) {
117 variations.put(PerformanceTestPlugin.CONFIG, config);
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 42 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 74 r = new LogRecord(Level.CONFIG, "msg");
SocketHandlerTest.java 487 h.setLevel(Level.CONFIG);
  /external/clang/include/clang/AST/
ExprCXX.h 150 enum { CONFIG, END_PREARG };
153 CUDAKernelCallExpr(ASTContext &C, Expr *fn, CallExpr *Config,
157 setConfig(Config);
164 return cast_or_null<CallExpr>(getPreArg(CONFIG));
166 CallExpr *getConfig() { return cast_or_null<CallExpr>(getPreArg(CONFIG)); }
167 void setConfig(CallExpr *E) { setPreArg(CONFIG, E); }
    [all...]
  /external/qemu/android/
hw-events.h 224 KEY_CODE(CONFIG ,171) \
  /libcore/luni/src/main/java/java/util/logging/
Logger.java 868 * Logs a message of level {@code Level.CONFIG}; the message is transmitted
874 public void config(String msg) { method in class:Logger
875 log(Level.CONFIG, msg);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
configure.sh 78 --log=yes|no|FILE file configure log is written to [config.log]
396 print_webm_license config.mk "##" ""
397 echo '# This file automatically generated by configure. Do not edit!' >> config.mk
398 echo "TOOLCHAIN := ${toolchain}" >> config.mk
402 echo "ALT_LIBC := ${alt_libc}" >> config.mk
411 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}"
413 fwrite config.mk "ALL_TARGETS += ${t}"
468 print_config_mk CONFIG "${1}" ${CONFIG_LIST}
489 print_config_h CONFIG "${TMP_H}" ${CONFIG_LIST}
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 78 --log=yes|no|FILE file configure log is written to [config.log]
396 print_webm_license config.mk "##" ""
397 echo '# This file automatically generated by configure. Do not edit!' >> config.mk
398 echo "TOOLCHAIN := ${toolchain}" >> config.mk
402 echo "ALT_LIBC := ${alt_libc}" >> config.mk
411 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}"
413 fwrite config.mk "ALL_TARGETS += ${t}"
468 print_config_mk CONFIG "${1}" ${CONFIG_LIST}
487 print_config_h CONFIG "${TMP_H}" ${CONFIG_LIST}
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
configure.sh 78 --log=yes|no|FILE file configure log is written to [config.log]
396 print_webm_license config.mk "##" ""
397 echo '# This file automatically generated by configure. Do not edit!' >> config.mk
398 echo "TOOLCHAIN := ${toolchain}" >> config.mk
402 echo "ALT_LIBC := ${alt_libc}" >> config.mk
411 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}"
413 fwrite config.mk "ALL_TARGETS += ${t}"
468 print_config_mk CONFIG "${1}" ${CONFIG_LIST}
487 print_config_h CONFIG "${TMP_H}" ${CONFIG_LIST}
    [all...]
  /external/libhevc/test/decoder/
main.c 272 CONFIG,
294 { "-c", "--config", CONFIG,
295 "config file (Default: test.cfg)\n" },
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar 
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /external/dhcpcd/
if-options.c 44 #include "config.h"
50 /* These options only make sense in the config file, so don't use any
64 {"config", required_argument, NULL, 'f'},
686 if (ifo->config != NULL) {
687 while (ifo->config[s] != NULL) {
688 if (strncmp(ifo->config[s], arg,
691 free(ifo->config[s]);
692 ifo->config[s] = xstrdup(arg);
698 ifo->config = xrealloc(ifo->config,
    [all...]
dhcpcd.c 60 #include "config.h"
161 "\t\t[-e, --env value] [-F, --fqdn FQDN] [-f, --config file]\n"
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events.c 118 #define __PERF_EVENT_FIELD(config, name) \
119 ((config & PERF_EVENT_##name##_MASK) >> PERF_EVENT_##name##_SHIFT)
121 #define PERF_EVENT_RAW(config) __PERF_EVENT_FIELD(config, RAW)
122 #define PERF_EVENT_CONFIG(config) __PERF_EVENT_FIELD(config, CONFIG)
123 #define PERF_EVENT_TYPE(config) __PERF_EVENT_FIELD(config, TYPE)
124 #define PERF_EVENT_ID(config) __PERF_EVENT_FIELD(config, EVENT
    [all...]

Completed in 6585 milliseconds

1 23 4