HomeSort by relevance Sort by last modified time
    Searched refs:Id (Results 226 - 250 of 543) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/curl/packages/vms/
build_libcurl_pc.com 3 $! $Id:$
pcsi_product_gnv_curl.com 3 $! $Id$
  /external/libnfc-nxp/src/
phFriNfc_NdefRecord.c 430 /* ID and IDlength are present only if IL flag is set*/
435 /* ++ is for the ID Length Byte */
510 Record->Id = RawRecord;
658 /*check for IL bit set(Flag), if so then IDlength is present and fill the ID*/
660 temp=Record->Id;
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 614 unsigned getTopoSig(const TopoSigId &Id) {
615 return TopoSigs.insert(std::make_pair(Id, TopoSigs.size())).first->second;
  /external/opencv3/modules/core/src/
parallel.cpp 292 if(!pplScheduler || pplScheduler->Id() == Concurrency::CurrentScheduler::Id())
  /external/svox/pico/lib/
picocep.c     [all...]
  /external/v8/src/runtime/
runtime-debug.cc 441 StackFrame::Id id = isolate->debug()->break_frame_id(); local
442 if (id == StackFrame::NO_ID) {
447 for (JavaScriptFrameIterator it(isolate, id); !it.done(); it.Advance()) {
472 // args[0]: number: break id
476 // 0: Frame id
498 StackFrame::Id id = isolate->debug()->break_frame_id(); local
499 if (id == StackFrame::NO_ID) {
504 JavaScriptFrameIterator it(isolate, id);
742 StackFrame::Id id = DebugFrameHelper::UnwrapFrameId(wrapped_id); local
769 StackFrame::Id id = DebugFrameHelper::UnwrapFrameId(wrapped_id); local
804 StackFrame::Id id = DebugFrameHelper::UnwrapFrameId(wrapped_id); local
850 StackFrame::Id id = DebugFrameHelper::UnwrapFrameId(wrapped_id); local
957 StackFrame::Id id = DebugFrameHelper::UnwrapFrameId(wrapped_id); local
1265 StackFrame::Id id = DebugFrameHelper::UnwrapFrameId(wrapped_id); local
    [all...]
  /frameworks/compile/slang/
slang_rs_export_foreach.cpp 325 std::string Id = CreateDummyName("helper_foreach_param", FE->getName());
346 &Ctx.Idents.get(Id));
  /external/webrtc/talk/app/webrtc/
statscollector_unittest.cc 154 explicit FakeAudioTrack(const std::string& id)
155 : webrtc::MediaStreamTrack<webrtc::AudioTrackInterface>(id),
196 StatsReport::Id TypedIdFromIdString(StatsReport::StatsType type,
199 StatsReport::Id id; local
201 return id;
203 // This has assumptions about how the ID is constructed. As is, this is
209 return id;
211 id = StatsReport::NewTypedId(type, value.substr(index + 1));
212 EXPECT_EQ(id->ToString(), value)
777 const int id = 31337; local
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp 731 // Decl bound to Id that can be dynamically cast to T.
736 // Create an object that checks that a node of type \c T was bound to \c Id.
738 explicit VerifyIdIsBoundTo(llvm::StringRef Id)
739 : Id(Id), ExpectedCount(-1), Count(0) {}
741 // Create an object that checks that a node of type \c T was bound to \c Id.
743 VerifyIdIsBoundTo(llvm::StringRef Id, int ExpectedCount)
744 : Id(Id), ExpectedCount(ExpectedCount), Count(0) {}
746 // Create an object that checks that a node of type \c T was bound to \c Id
    [all...]
  /external/autotest/client/common_lib/
pxssh.py 4 $Id: pxssh.py 487 2007-08-29 22:33:29Z noah $
  /external/bison/src/
scan-gram.l 29 #define FLEX_PREFIX(Id) gram_ ## Id
108 id {letter}({letter}|[-0-9])*
111 /* POSIX says that a tag must be both an id and a C union member, but
221 "%"{id}|"%"{notletter}([[:graph:]])+ {
231 {id} {
249 {int}{id} {
318 return ID;
336 return ID;
341 return ID;
    [all...]
  /external/clang/include/clang/Lex/
ModuleMap.h 223 /// \brief Resolve the given module id to an actual module.
225 /// \param Id The module-id to resolve.
227 /// \param Mod The module in which we're resolving the module-id.
232 /// \returns The resolved module, or null if the module-id could not be
234 Module *resolveModuleId(const ModuleId &Id, Module *Mod, bool Complain) const;
  /external/mesa3d/src/mesa/main/
atifragshader.c 66 _mesa_new_ati_fragment_shader(struct gl_context *ctx, GLuint id)
71 s->Id = id;
236 _mesa_BindFragmentShaderATI(GLuint id)
249 if (curProg->Id == id) {
254 if (curProg->Id != 0) {
257 _mesa_HashRemove(ctx->Shared->ATIShaders, id);
262 if (id == 0) {
267 _mesa_HashLookup(ctx->Shared->ATIShaders, id);
    [all...]
  /external/mesa3d/src/mesa/program/
program.c 265 GLenum target, GLuint id)
271 prog->Id = id;
291 GLenum target, GLuint id)
294 return _mesa_init_program_struct( ctx, &prog->Base, target, id );
305 GLenum target, GLuint id)
308 return _mesa_init_program_struct( ctx, &prog->Base, target, id );
319 GLenum target, GLuint id)
322 return _mesa_init_program_struct( ctx, &prog->Base, target, id );
336 * \param id program id/numbe
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 195 if (vertProg->Base.Id == 0) {
  /external/opencv3/modules/videoio/src/
cap_winrt_video.cpp 110 settings->VideoDeviceId = devInfo->Id;
  /external/webrtc/webrtc/modules/audio_device/
audio_device_impl.h 43 AudioDeviceModuleImpl(const int32_t id, const AudioLayer audioLayer);
51 const int32_t id,
196 int32_t Id() { return _id; }
  /external/webrtc/webrtc/test/channel_transport/
udp_transport_impl.h 33 virtual UdpSocketWrapper* CreateSocket(const int32_t id,
44 UdpTransportImpl(const int32_t id,
136 int32_t Id() const {return _id;}
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddsnd.h 280 ULONG Id;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
raseapif.h 85 BYTE Id;
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
archive_util.py 6 __revision__ = "$Id$"
dir_util.py 5 __revision__ = "$Id$"
emxccompiler.py 22 __revision__ = "$Id$"
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
build_clib.py 7 __revision__ = "$Id$"

Completed in 930 milliseconds

1 2 3 4 5 6 7 8 91011>>