Searched defs:sh (Results 151 - 154 of 154) sorted by last modified time

1234567

/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/components/nacl/loader/
H A Dnacl_ipc_adapter.cc485 ppapi::proxy::SerializedHandle sh; local
488 if (!IPC::ReadParam(&msg, &iter, &sh) ||
494 if (sh.IsHandleValid() && (token_lo != 0 || token_hi != 0)) {
605 ppapi::proxy::SerializedHandle sh) {
615 ppapi::proxy::SerializedHandle::WriteHeader(sh.header(),
638 ppapi::proxy::SerializedHandle sh; local
642 CHECK(IPC::ReadParam(&orig_msg, &iter, &sh));
643 scoped_ptr<IPC::Message> new_msg = CreateOpenResourceReply(orig_msg, sh);
648 sh.descriptor(),
650 sh
603 CreateOpenResourceReply( const IPC::Message& orig_msg, ppapi::proxy::SerializedHandle sh) argument
689 ppapi::proxy::SerializedHandle sh; local
[all...]
/external/chromium-trace/trace-viewer/third_party/gl-matrix/tasks/support/gl-matrix/
H A Drelease_helper.rb52 if sh('git tag').split(/\n/).include?(version_tag)
66 sh "git tag -a -m \"Version #{version}\" #{version_tag}"
87 def sh(cmd, &block) method in class:GLMatrix
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 153 milliseconds

1234567