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

1 23 4 5 6

  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/
fixinc.sh 329 component=`echo $dirname | sed -e 's|/.*$||'`
330 mkdir $component >/dev/null 2>&1
331 cd $component
332 dirmade=$dirmade/$component
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/
fixinc.sh 329 component=`echo $dirname | sed -e 's|/.*$||'`
330 mkdir $component >/dev/null 2>&1
331 cd $component
332 dirmade=$dirmade/$component
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/
fixinc.sh 327 component=`echo $dirname | sed -e 's|/.*$||'`
328 mkdir $component >/dev/null 2>&1
329 cd $component
330 dirmade=$dirmade/$component
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/
fixinc.sh 329 component=`echo $dirname | sed -e 's|/.*$||'`
330 mkdir $component >/dev/null 2>&1
331 cd $component
332 dirmade=$dirmade/$component
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/install-tools/
fixinc.sh 329 component=`echo $dirname | sed -e 's|/.*$||'`
330 mkdir $component >/dev/null 2>&1
331 cd $component
332 dirmade=$dirmade/$component
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/install-tools/
fixinc.sh 327 component=`echo $dirname | sed -e 's|/.*$||'`
328 mkdir $component >/dev/null 2>&1
329 cd $component
330 dirmade=$dirmade/$component
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/
fixinc.sh 329 component=`echo $dirname | sed -e 's|/.*$||'`
330 mkdir $component >/dev/null 2>&1
331 cd $component
332 dirmade=$dirmade/$component
  /prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/
fixinc.sh 329 component=`echo $dirname | sed -e 's|/.*$||'`
330 mkdir $component >/dev/null 2>&1
331 cd $component
332 dirmade=$dirmade/$component
  /bionic/libc/kernel/arch-arm/asm/arch/
board.h 135 char component[12]; member in struct:omap_version_config
  /ndk/build/platforms/android-3/arch-arm/usr/include/asm/arch/
board.h 135 char component[12]; member in struct:omap_version_config
  /ndk/build/platforms/android-4/arch-arm/usr/include/asm/arch/
board.h 135 char component[12]; member in struct:omap_version_config
  /ndk/build/platforms/android-5/arch-arm/usr/include/asm/arch/
board.h 135 char component[12]; member in struct:omap_version_config
  /ndk/build/platforms/android-8/arch-arm/usr/include/asm/arch/
board.h 135 char component[12]; member in struct:omap_version_config
  /cts/tools/host/src/com/android/cts/
ReferenceAppTestPackage.java 156 String component = "";
160 component = new String(entry.data, 1, i - 1);
169 if (REF_APP_COMMAND_COMPONENT.equals(component)) {
173 Log.e("Got reference app command component with invalid cmd: " + msg,
  /external/proguard/src/proguard/gui/
FilterDialog.java 302 * given key, to the given component.
304 private static JComponent tip(JComponent component, String messageKey)
306 component.setToolTipText(msg(messageKey));
308 return component;
ListPanel.java 323 * given key, to the given component.
325 private static JComponent tip(JComponent component, String messageKey)
327 component.setToolTipText(msg(messageKey));
329 return component;
OptimizationsDialog.java 233 * given key, to the given component.
235 private static JComponent tip(JComponent component, String messageKey)
237 component.setToolTipText(msg(messageKey));
239 return component;
ClassPathPanel.java 300 * given key, to the given component.
302 private static JComponent tip(JComponent component, String messageKey)
304 component.setToolTipText(msg(messageKey));
306 return component;
358 public Component getListCellRendererComponent(JList list,
  /external/webkit/WebCore/platform/gtk/
FileSystemGtk.cpp 155 String pathByAppendingComponent(const String& path, const String& component)
158 return path + component;
160 return path + G_DIR_SEPARATOR_S + component;
  /frameworks/base/cmds/service/
service.cpp 156 char* component = NULL; local
188 else if (strcmp(key, "component") == 0)
190 component = value;
212 writeString16(data, component);
269 // " action=STR data=STR type=STR launchFlags=INT component=STR categories=STR[,STR,...]\n";
  /system/core/sh/
cd.c 154 char *component; local
162 * Check each component of the path. If we find a symlink or
181 component = q;
184 if (equal(component, ".."))
209 * Get the next component of the path name pointed to by cdcomppath.
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 333 // the we store our own mapping table between words and component
348 String component = packageName + "/" + className; local
354 openEntries.put(labelLowerCase, component);
358 int index = classList.indexOf(component);
359 int after = index + component.length();
364 openEntries.put(labelLowerCase, classList + ' ' + component);
1155 String component = components[i]; local
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/dec/src/
slice.cpp 619 int component, SubBlock_indx, block_x, block_y; local
625 for (component = 0; component < 4; component++) /* partition index */
627 block_x = ((component & 1) << 1);
628 block_y = ((component >> 1) << 1);
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
slice.cpp 620 int component, SubBlock_indx, block_x, block_y; local
626 for (component = 0; component < 4; component++) /* partition index */
628 block_x = ((component & 1) << 1);
629 block_y = ((component >> 1) << 1);
  /external/kernel-headers/original/asm-arm/arch/
board.h 153 char component[12]; member in struct:omap_version_config

Completed in 2261 milliseconds

1 23 4 5 6