HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG (Results 126 - 150 of 191) sorted by null

1 2 3 4 56 7 8

  /libcore/ojluni/src/main/java/java/util/logging/
Level.java 51 * <li>CONFIG
131 * CONFIG is a message level for static configuration messages.
133 * CONFIG messages are intended to provide a variety of static
136 * For example, CONFIG message might include the CPU type,
140 public static final Level CONFIG = new Level("CONFIG", 700, defaultBundle);
391 * (e.g., 700) will return the associated name (e.g., <CODE>CONFIG</CODE>).
Logger.java 1189 public void config(String msg) { method in class:Logger
    [all...]
  /external/autotest/contrib/
compare_suite.py 26 CONFIG = global_config.global_config
27 AUTOTEST_SERVER = CONFIG.get_config_value('SERVER', 'hostname', type=str)
  /external/autotest/scheduler/
agent_task.py 126 CONFIG = global_config.global_config
129 ENABLE_DRONE_IN_RESTRICTED_SUBNET = CONFIG.get_config_value(
  /external/autotest/site_utils/rpm_control_system/
rpm_controller.py 16 from config import rpm_config
776 CONFIG = 'configure terminal'
777 CONFIG_PROMPT = '%s\(config\)#'
779 CONFIG_IF_PROMPT = '%s\(config-if\)#'
    [all...]
  /external/v8/build/android/
adb_gdb 384 log "Auto-config: --symbol-dir=$SYMBOL_DIR"
417 log "Auto-config: --adb=$ADB"
500 log "Auto-config: --arch=$TARGET_ARCH (equivalent to ia32)"
613 local TARGET NAME HOST_OS HOST_ARCH GCC CONFIG
621 CONFIG=$(get_arch_gnu_config $ARCH)
623 "$NDK_DIR" "$ARCH" "$HOST_OS-$HOST_ARCH/bin/$CONFIG-gcc")
626 "$NDK_DIR" "$ARCH" "$HOST_OS-x86/bin/$CONFIG-gcc")
664 log "Auto-config: --toolchain=$ANDROID_TOOLCHAIN"
698 log "Auto-config: --gdbserver=$GDBSERVER"
784 log "Auto-config: --pull-libs (no cached libraries)
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_rotate.c 59 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
591 object_config_p obj_config = CONFIG(obj_context->config_id);
vsp_VPP.c 40 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
874 obj_config = CONFIG(obj_context->config_id);
876 drv_debug_msg(VIDEO_DEBUG_ERROR, "Failed to find config\n");
946 obj_config = CONFIG(obj_context->config_id);
948 drv_debug_msg(VIDEO_DEBUG_ERROR, "Failed to find config\n");
    [all...]
psb_drv_video.c 135 #define CONFIG(id) ((object_config_p) object_heap_lookup( &driver_data->config_heap, id ))
470 obj_config = CONFIG(configID);
548 obj_config = CONFIG(config_id);
576 obj_config = CONFIG(config_id);
633 VAConfigID __maybe_unused config,
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/doc/
Makefile.am 23 CONFIG=all
  /external/webrtc/webrtc/modules/audio_processing/test/
unpack.cc 229 } else if (event_msg.type() == Event::CONFIG) {
231 printf("Corrupt input file: Config missing.\n");
234 const audioproc::Config msg = event_msg.config();
236 fprintf(settings_file, "APM re-config at frame: %d\n", frame_count);
debug_dump_test.cc 32 const StreamConfig& config) {
34 if (!buffer_ref.get() || buffer_ref->num_frames() != config.num_frames() ||
35 buffer_ref->num_channels() != config.num_channels()) {
36 buffer_ref.reset(new ChannelBuffer<float>(config.num_frames(),
37 config.num_channels()));
49 const Config& config,
53 explicit DebugDumpGenerator(const Config& config);
85 const StreamConfig& config,
384 Config config; local
472 Config config; local
481 Config config; local
498 Config config; local
510 Config config; local
522 Config config; local
536 Config config; local
551 Config config; local
574 Config config; local
588 Config config; local
602 Config config; local
    [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)="]!")
  /external/autotest/client/tools/
boottool 47 Prints information from config.
53 Parse config into array of hashes.
71 Add new kernel to config.
83 Remove kernel from config.
138 $self->{config} = [];
148 # Read config file into array
155 open(CONFIG, "$config_file")
157 @{$self->{config}}=<CONFIG>;
158 close(CONFIG);
    [all...]
  /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/libhevc/test/decoder/
main.c 269 CONFIG,
291 { "-c", "--config", CONFIG,
292 "config file (Default: test.cfg)\n" },
    [all...]
  /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/libvpx/libvpx/build/make/
configure.sh 72 --log=yes|no|FILE file configure log is written to [config.log]
392 print_webm_license config.mk "##" ""
393 echo '# This file automatically generated by configure. Do not edit!' >> config.mk
394 echo "TOOLCHAIN := ${toolchain}" >> config.mk
398 echo "ALT_LIBC := ${alt_libc}" >> config.mk
407 fwrite config.mk "ALL_TARGETS += ${t}-${toolchain}"
409 fwrite config.mk "ALL_TARGETS += ${t}"
464 print_config_mk CONFIG "${1}" ${CONFIG_LIST}
484 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/libavc/test/decoder/
main.c 270 CONFIG,
292 { "-c", "--config", CONFIG,
293 "config file (Default: test.cfg)\n" },
    [all...]
  /external/libavc/test/encoder/
main.c 120 CONFIG,
187 { "-c", "--config", CONFIG, "config file (Default: enc.cfg)\n" },
380 if((strcmp(value, "CONFIG")) == 0)
    [all...]
  /external/libmpeg2/test/decoder/
main.c 268 CONFIG,
290 { "-c", "--config", CONFIG,
291 "config file (Default: test.cfg)\n" },
    [all...]

Completed in 1510 milliseconds

1 2 3 4 56 7 8