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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
build_vc.pl 34 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
78 $command = $CC.' '.$CC_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
79 print "$command\n";
80 system($command);
85 $command = $AS.' '.$AS_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
86 print "$command\n";
87 system($command);
102 $command = $LIB.' '.$LIB_OPTS.' '.$libfile.' '.$objlist;
103 print "$command\n";
104 (system($command) == 0) and print "Build successful\n"
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
build_vc.pl 34 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
80 $command = $CC.' '.$CC_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
81 print "$command\n";
82 system($command);
87 $command = $AS.' '.$AS_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
88 print "$command\n";
89 system($command);
104 $command = $LIB.' '.$LIB_OPTS.' '.$libfile.' '.$objlist;
105 print "$command\n";
106 (system($command) == 0) and print "Build successful\n"
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
build_vc.pl 34 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
78 $command = $CC.' '.$CC_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
79 print "$command\n";
80 system($command);
85 $command = $AS.' '.$AS_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
86 print "$command\n";
87 system($command);
102 $command = $LIB.' '.$LIB_OPTS.' '.$libfile.' '.$objlist;
103 print "$command\n";
104 (system($command) == 0) and print "Build successful\n"
    [all...]
  /external/chromium/chrome/browser/sessions/
base_session_service.h 103 // Schedules a command. This adds |command| to pending_commands_ and
106 virtual void ScheduleCommand(SessionCommand* command);
131 bool RestoreUpdateTabNavigationCommand(const SessionCommand& command,
139 const SessionCommand& command,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 97 // create the command line
98 String[] command = new String[4 + sourceFolders.size()]; local
100 command[index++] = projectTarget.getPath(IAndroidTarget.AIDL);
101 command[index++] = quote("-p" + projectTarget.getPath(IAndroidTarget.ANDROID_AIDL)); //$NON-NLS-1$
109 command[index++] = quote("-I" + f.getLocation().toOSString()); //$NON-NLS-1$
151 // finish to set the command line.
152 command[index] = quote(osSourcePath);
153 command[index + 1] = quote(data.getOutput().getLocation().toOSString());
156 if (execAidl(builder, project, command, sourceFile, verbose) == false) {
184 * Execute the aidl command line, parse the output, and mark the aidl fil
    [all...]
  /bionic/libc/kernel/common/linux/
ftape.h 38 __u8 command; member in struct:__anon243::__anon244
  /dalvik/dx/src/com/android/dx/command/findusages/
Main.java 17 package com.android.dx.command.findusages;
  /dalvik/dx/src/com/android/dx/command/grep/
Main.java 17 package com.android.dx.command.grep;
  /development/ndk/platforms/android-3/include/linux/
ftape.h 38 __u8 command; member in struct:__anon906::__anon907
  /external/bluetooth/bluez/tools/
csr_3wire.c 43 static int do_command(uint16_t command, uint16_t seqnum, uint16_t varid, uint8_t *value, uint16_t length)
  /external/chromium/chrome/browser/ui/views/
external_protocol_dialog.h 24 const std::wstring& command);
  /external/qemu/
migration-exec.c 65 MigrationState *exec_start_outgoing_migration(const char *command,
74 f = popen(command, "w");
138 int exec_start_incoming_migration(const char *command)
143 f = qemu_popen_cmd(command, "r");
  /external/webkit/Source/WebCore/editing/
TypingCommand.h 85 static PassRefPtr<TypingCommand> create(Document* document, ETypingCommand command, const String& text = "", Options options = 0, TextGranularity granularity = CharacterGranularity)
87 return adoptRef(new TypingCommand(document, command, text, options, granularity, TextCompositionNone));
90 static PassRefPtr<TypingCommand> create(Document* document, ETypingCommand command, const String& text, Options options, TextCompositionType compositionType)
92 return adoptRef(new TypingCommand(document, command, text, options, CharacterGranularity, compositionType));
126 // characters that were deleted, but only if the typing command being undone
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
WebEditorClientGtk.cpp 39 // First try to interpret the command in the UI and get the commands.
47 Vector<Editor::Command> commands;
49 Editor::Command command = frame->editor()->command(pendingEditorCommands.at(i).utf8().data()); local
50 if (command.isTextInsertion() && !allowTextInsertion)
53 commands.append(command);
79 // During RawKeyDown events if an editor command will insert text, defer
  /frameworks/base/include/media/
IEffect.h 36 virtual status_t command(uint32_t cmdCode,
  /frameworks/base/services/audioflinger/
AudioPolicyService.cpp 48 static const char *kCmdDeadlockedString = "AudioPolicyService command thread may be deadlocked\n";
562 snprintf(buffer, SIZE, "Command Thread: %p\n", mAudioCommandThread.get());
667 AudioCommand *command = mAudioCommands[0]; local
669 mLastCommand = *command;
671 switch (command->mCommand) {
674 ToneData *data = (ToneData *)command->mParam;
695 VolumeData *data = (VolumeData *)command->mParam;
698 command->mStatus = AudioSystem::setStreamVolume(data->mStream,
701 if (command->mWaitStatus) {
702 command->mCond.signal()
787 AudioCommand *command = new AudioCommand(); local
802 AudioCommand *command = new AudioCommand(); local
819 AudioCommand *command = new AudioCommand(); local
850 AudioCommand *command = new AudioCommand(); local
878 AudioCommand *command = new AudioCommand(); local
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
AttachmentTypeSelectorAdapter.java 83 int resource, int command) {
84 AttachmentListItem temp = new AttachmentListItem(title, resource, command);
91 public AttachmentListItem(String title, int resource, int command) {
94 mCommand = command;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
ftape.h 38 __u8 command; member in struct:__anon21659::__anon21660
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
ftape.h 38 __u8 command; member in struct:__anon22013::__anon22014
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
ftape.h 38 __u8 command; member in struct:__anon22367::__anon22368
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
ftape.h 38 __u8 command; member in struct:__anon22775::__anon22776
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
ftape.h 38 __u8 command; member in struct:__anon23149::__anon23150
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
ftape.h 38 __u8 command; member in struct:__anon23562::__anon23563
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
ftape.h 38 __u8 command; member in struct:__anon23935::__anon23936
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
ftape.h 38 __u8 command; member in struct:__anon24554::__anon24555

Completed in 1049 milliseconds

1 2 3 4 56 7 8 91011>>