Searched refs:location (Results 126 - 150 of 1407) sorted by relevance

1234567891011>>

/external/markdown/markdown/
H A Dodict.py122 def index_for_location(self, location):
123 """ Return index or None for a given location. """
124 if location == '_begin':
126 elif location == '_end':
128 elif location.startswith('<') or location.startswith('>'):
129 i = self.index(location[1:])
130 if location.startswith('>'):
137 raise ValueError('Not a valid location: "%s". Location key '
138 'must start with a ">" or "<".' % location)
[all...]
/external/python/cpython2/Doc/tools/static/
H A Dversion_switch.js42 var url = window.location.href,
50 window.location.href = new_url;
53 window.location.href = 'https://docs.python.org/' + selected;
/external/python/cpython3/Doc/tools/static/
H A Dversion_switch.js42 var url = window.location.href,
50 window.location.href = new_url;
53 window.location.href = 'https://docs.python.org/' + selected;
/external/skia/src/gpu/vk/
H A DGrVkVaryingHandler.cpp80 SkString location; local
81 location.appendf("location = %d", locationIndex);
82 var.addLayoutQualifier(location.c_str());
/external/skqp/src/gpu/vk/
H A DGrVkVaryingHandler.cpp82 SkString location; local
83 location.appendf("location = %d", locationIndex);
84 var.addLayoutQualifier(location.c_str());
/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DToken.cpp28 location = SourceLocation();
36 (location == other.location) &&
/external/syslinux/com32/gpllib/dmi/
H A Ddmi_cache.c40 static const char *location[4] = { local
47 if (location[code] != NULL)
48 return location[code];
/external/vixl/examples/aarch32/
H A Dexamples.h66 int32_t location = entry_point.GetLocation(); local
67 if (isa == T32) location += 1;
68 return GetOffsetAddress<T>(location);
/external/deqp/modules/gles31/functional/
H A Des31fShaderSharedVarTests.cpp204 const int location = uNdx == 1 ? refLoc : valLoc; local
206 if (scalarSize == 1) gl.uniform1fv(location, numValues, &values[0]);
207 else if (scalarSize == 2) gl.uniform2fv(location, numValues, &values[0]);
208 else if (scalarSize == 3) gl.uniform3fv(location, numValues, &values[0]);
209 else if (scalarSize == 4) gl.uniform4fv(location, numValues, &values[0]);
223 const int location = uNdx == 1 ? refLoc : valLoc; local
225 if (scalarSize == 1) gl.uniform1iv(location, numValues, &values[0]);
226 else if (scalarSize == 2) gl.uniform2iv(location, numValues, &values[0]);
227 else if (scalarSize == 3) gl.uniform3iv(location, numValues, &values[0]);
228 else if (scalarSize == 4) gl.uniform4iv(location, numValue
241 const int location = uNdx == 1 ? refLoc : valLoc; local
259 const int location = uNdx == 1 ? refLoc : valLoc; local
278 const int location = uNdx == 1 ? refLoc : valLoc; local
[all...]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowLocationManager.java6 import android.location.Criteria;
7 import android.location.GpsStatus.Listener;
8 import android.location.Location;
9 import android.location.LocationListener;
10 import android.location.LocationManager;
307 * Gets the criteria value used in the last call to {@link #getBestProvider(android.location.Criteria, boolean)}.
316 * Gets the enabled value used in the last call to {@link #getBestProvider(android.location.Criteria, boolean)}
325 * Sets the value to return from {@link #getBestProvider(android.location.Criteria, boolean)} for the given
380 * name of the provider whose location to set
381 * @param location
384 setLastKnownLocation(String provider, Location location) argument
403 simulateLocation(Location location) argument
425 copyOf(Location location) argument
[all...]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
H A DProblem.java35 private final TokenRange location; field in class:Problem
38 public Problem(String message, TokenRange location, Throwable cause) { argument
42 this.location = location;
69 * @return the message plus location information.
76 * @return the location that was passed into the constructor.
79 return Optional.ofNullable(location);
/external/mockito/src/main/java/org/mockito/internal/invocation/
H A DInterceptedInvocation.java30 private final Location location; field in class:InterceptedInvocation
40 Location location,
47 this.location = location;
63 return location;
36 InterceptedInvocation(MockReference<Object> mockRef, MockitoMethod mockitoMethod, Object[] arguments, RealMethod realMethod, Location location, int sequenceNumber) argument
/external/sfntly/cpp/src/sfntly/data/
H A Dreadable_font_data.cc233 int32_t location = 0; local
237 location = (top + bottom) / 2;
238 int32_t location_start = ReadUShort(start_index + location * start_offset);
240 // location is below current location
241 top = location;
244 int32_t location_end = ReadUShort(end_index + location * end_offset);
249 return location;
251 // location is above the current location
262 int32_t location = 0; local
288 int32_t location = 0; local
[all...]
/external/eigen/doc/
H A Deigen_navtree_hacks.js110 navTo(o,toroot,window.location.hash,relpath);
113 if (window.location.hash && window.location.hash.length>1){
115 if ($(location).attr('hash')){
116 var clslink=stripPath($(location).attr('pathname'))+':'+
117 $(location).attr('hash').substring(1);
124 var link=stripPath2($(location).attr('pathname'));
125 navTo(o,link,$(location).attr('hash'),relpath);
130 navTo(o,toroot,window.location.hash,relpath);
190 var link=stripPath($(location)
[all...]
/external/emma/ant/ant14/com/vladium/emma/instr/
H A DinstrTask.java58 + ": instrumentation path must be specified", location).fillInStackTrace ();
62 + ": output directory must be specified for '" + m_outMode + "' output mode", location).fillInStackTrace ();
112 + ": outdir|destdir attribute already set", location).fillInStackTrace ();
121 + ": outdir|destdir attribute already set", location).fillInStackTrace ();
133 + ": metadata file attribute already set", location).fillInStackTrace ();
142 + ": metadata file attribute already set", location).fillInStackTrace ();
162 + ": invalid output mode: " + mode.getValue (), location).fillInStackTrace ();
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_doc_comment.cc106 io::Printer* printer, const SourceLocation& location) {
107 string comments = location.leading_comments.empty() ?
108 location.trailing_comments : location.leading_comments;
143 SourceLocation location; local
144 if (descriptor->GetSourceLocation(&location)) {
145 WriteDocCommentBodyForLocation(printer, location);
105 WriteDocCommentBodyForLocation( io::Printer* printer, const SourceLocation& location) argument
/external/v8/src/compiler/
H A Dinstruction-selector-impl.h75 InstructionOperand DefineAsLocation(Node* node, LinkageLocation location) { argument
76 return Define(node, ToUnallocatedOperand(location, GetVReg(node)));
141 InstructionOperand UseExplicit(LinkageLocation location) { argument
143 if (location.IsRegister()) {
145 location.AsRegister());
148 location.GetLocation());
164 InstructionOperand UseLocation(Node* node, LinkageLocation location) { argument
165 return Use(node, ToUnallocatedOperand(location, GetVReg(node)));
218 InstructionOperand TempLocation(LinkageLocation location) { argument
219 return ToUnallocatedOperand(location, sequenc
300 ToUnallocatedOperand(LinkageLocation location, int virtual_register) argument
[all...]
/external/oj-libjdwp/src/share/back/
H A DeventHandler.c270 * the co-location of events policy. Of these three co-located
288 * Co-location of events policy used to be implemented via
308 * location information for the METHOD_ENTRY or SINGLE_STEP event
324 EventIndex ei, jclass clazz, jmethodID method, jlocation location)
347 deferring = isBreakpointSet(clazz, method, location);
350 clazz, method, location);
369 jclass clazz, jmethodID method, jlocation location)
374 if (threadControl_cmpCLEInfo(env, thread, clazz, method, location)) {
376 "%s,thread=%p,clazz=%p,method=%p,location=%d",
377 eventText(ei), thread, clazz, method, location));
323 deferEventReport(JNIEnv *env, jthread thread, EventIndex ei, jclass clazz, jmethodID method, jlocation location) argument
368 skipEventReport(JNIEnv *env, jthread thread, EventIndex ei, jclass clazz, jmethodID method, jlocation location) argument
388 reportEvents(JNIEnv *env, jbyte sessionID, jthread thread, EventIndex ei, jclass clazz, jmethodID method, jlocation location, struct bag *eventBag) argument
748 cbSingleStep(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread, jmethodID method, jlocation location) argument
770 cbBreakpoint(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread, jmethodID method, jlocation location) argument
819 cbException(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread, jmethodID method, jlocation location, jobject exception, jmethodID catch_method, jlocation catch_location) argument
932 cbFieldAccess(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread, jmethodID method, jlocation location, jclass field_klass, jobject object, jfieldID field) argument
959 cbFieldModification(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread, jmethodID method, jlocation location, jclass field_klass, jobject object, jfieldID field, char signature_type, jvalue new_value) argument
988 cbExceptionCatch(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread, jmethodID method, jlocation location, jobject exception) argument
1066 jlocation location; local
1099 jlocation location; local
1133 jlocation location; local
1175 jlocation location; local
1641 createInternal(EventIndex ei, HandlerFunction func, jthread thread, jclass clazz, jmethodID method, jlocation location, jboolean permanent) argument
1698 eventHandler_createInternalBreakpoint(HandlerFunction func, jthread thread, jclass clazz, jmethodID method, jlocation location) argument
[all...]
/external/syslinux/gpxe/src/arch/i386/image/
H A Dnbi.c47 segoff_t location; /**< 16-bit seg:off header location */ member in struct:imgheader
169 /* Copy image header to target location */
170 dest = real_to_user ( imgheader->location.segment,
171 imgheader->location.offset );
272 imgheader.location.segment, imgheader.location.offset );
289 image->priv.user = real_to_user ( imgheader.location.segment,
290 imgheader.location.offset );
314 "pushl %%esi\n\t" /* location */
[all...]
/external/tensorflow/tensorflow/stream_executor/host/
H A Dhost_gpu_executor.cc58 bool HostExecutor::SynchronousMemZero(DeviceMemoryBase *location, uint64 size) { argument
59 memset(location->opaque(), 0, size);
63 bool HostExecutor::SynchronousMemSet(DeviceMemoryBase *location, int value, argument
65 memset(location->opaque(), value, size);
103 bool HostExecutor::MemZero(Stream *stream, DeviceMemoryBase *location, argument
105 void *gpu_mem = location->opaque();
113 bool HostExecutor::Memset(Stream *stream, DeviceMemoryBase *location, argument
115 void *gpu_mem = location->opaque();
123 bool HostExecutor::Memset32(Stream *stream, DeviceMemoryBase *location, argument
125 void *gpu_mem = location
[all...]
/external/vixl/src/
H A Dpool-manager.h69 // location of a PoolObject (and hence the LocationBase object to which it
94 // location or has not been placed yet. An object of a subclass of LocationBase
138 explicit LocationBase(T location) argument
143 location_(location) {}
186 // are further away from the maximum reachable location by more than the
204 // we need to keep track of the location in order to resolve the references
206 void SetLocation(internal::AssemblerBase* assembler, T location) { argument
208 location_ = location;
237 // Has the object been bound to a location yet?
260 // Reset the minimum and maximum location an
331 ForwardReference(T location, int size, T min_object_location, T max_object_location, int object_alignment = 1) argument
357 SetLocationToInvalidateOnly(T location) argument
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb46 RewriteOperation = Struct.new( :stream, :location, :text )
90 return "(%s @ %p : %p)" % [ name, location, text ]
107 alias index location
108 alias index= location=
112 token = stream[ location ]
114 return location + 1
131 def initialize( stream, location, text )
133 self.location = location
136 def location
[all...]
/external/mesa3d/src/compiler/nir/
H A Dnir_lower_clip_cull_distance_arrays.c97 if (var_ref->var->data.location != VARYING_SLOT_CLIP_DIST0 &&
98 var_ref->var->data.location != VARYING_SLOT_CULL_DIST0)
111 if (var_ref->var->data.location == VARYING_SLOT_CULL_DIST0) {
133 if (var->data.location == VARYING_SLOT_CLIP_DIST0)
136 if (var->data.location == VARYING_SLOT_CULL_DIST0)
156 /* No clip distances, just change the cull distance location */
157 cull->data.location = VARYING_SLOT_CLIP_DIST0;
/external/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_enum.cc63 SourceLocation location; local
64 if (descriptor_->GetSourceLocation(&location)) {
65 enum_comments = BuildCommentsString(location);
91 SourceLocation location; local
92 if (all_values_[i]->GetSourceLocation(&location)) {
93 string comments = BuildCommentsString(location).c_str();
/external/abi-compliance-checker/modules/Internals/Scripts/
H A DTabs.js3 var url = window.location.href;
48 // window.location.hash = this.id.replace('ID', '');
57 location.href=location.href;

Completed in 919 milliseconds

1234567891011>>