Searched refs:location (Results 101 - 125 of 1407) sorted by relevance

1234567891011>>

/external/libbrillo/brillo/
H A Dprocess_reaper.h13 #include <base/location.h>
60 tracked_objects::Location location; member in struct:brillo::final::WatchedProcess
/external/libchrome/base/test/
H A Dtest_pending_task.h11 #include "base/location.h"
25 TestPendingTask(const tracked_objects::Location& location,
55 tracked_objects::Location location; member in struct:base::TestPendingTask
H A Dtest_pending_task.cc14 TestPendingTask::TestPendingTask(const tracked_objects::Location& location, argument
19 : location(location),
43 state->SetString("posting_function", location.ToString());
/external/mesa3d/src/compiler/nir/
H A Dnir_lower_passthrough_edgeflags.c40 in->data.location = VERT_ATTRIB_EDGEFLAG;
44 out->data.location = VARYING_SLOT_EDGE;
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowGeocoder.java3 import android.location.Address;
4 import android.location.Geocoder;
/external/swiftshader/src/OpenGL/compiler/
H A DInfoSink.cpp42 void TInfoSinkBase::location(const TSourceLoc& loc) { function in class:TInfoSinkBase
63 location(loc);
/external/toybox/
H A Drun-tests-on-android.sh16 location=$(adb shell "which $toy")
24 implementation=$(adb shell "realpath $location")
/external/vulkan-validation-layers/demos/
H A Dcube.vert30 layout (location = 0) out vec4 texcoord;
/external/annotation-tools/asmx/src/org/objectweb/asm/
H A DTypeAnnotationVisitor.java53 * Visits the location specified by the extended annotation, whose meaning
56 * @param location the location specified by the extended annotation
58 void visitXLocation(TypePathEntry location); argument
/external/curl/docs/cmdline-opts/
H A Dlocation.d1 Long: location
7 location (indicated with a Location: header and a 3XX response code), this
12 intercept the user+password. See also --location-trusted on how to change
H A Dpost301.d4 See-also: post302 post303 location
11 a redirection. This option is meaningful only when using --location.
H A Dpost302.d4 See-also: post301 post303 location
11 a redirection. This option is meaningful only when using --location.
H A Dpost303.d4 See-also: post302 post301 location
11 a redirection. This option is meaningful only when using --location.
/external/dagger2/examples/android-activity-graphs/src/main/java/com/example/dagger/activitygraphs/
H A DDemoApplication.java19 import android.location.LocationManager;
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DSuppressableTask.java80 public static BuildException newBuildException (final String msg, final Location location) argument
86 return new BuildException (prefixedMsg, location);
89 public static BuildException newBuildException (final String msg, final Throwable cause, final Location location) argument
95 return new BuildException (prefixedMsg, cause, location);
/external/iptables/include/linux/netfilter/
H A Dxt_u32.h30 struct xt_u32_location_element location[XT_U32_MAXSIZE+1]; member in struct:xt_u32_test
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_u32.h31 struct xt_u32_location_element location[XT_U32_MAXSIZE+1]; member in struct:xt_u32_test
/external/oj-libjdwp/src/share/back/
H A DstandardHandlers.c101 jlocation location; local
107 (gdata->jvmti, evinfo->thread, fnum, &method, &location);
109 location = -1;
119 location,
/external/pdfium/fxbarcode/
H A Dcbc_codabar.h30 bool SetTextLocation(BC_TEXT_LOC location);
H A Dcbc_code39.h29 bool SetTextLocation(BC_TEXT_LOC location);
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dreduce_precision_insertion.h42 const HloReducePrecisionOptions::Location location,
46 location_(location),
56 location_(reduce_precision_options.location()),
75 const HloReducePrecisionOptions::Location location,
40 ReducePrecisionInsertion( const int exponent_bits, const int mantissa_bits, const HloReducePrecisionOptions::Location location, const InstructionFilterFunction& instruction_filter_function) argument
/external/v8/src/
H A Dv8.h24 static void FatalProcessOutOfMemory(const char* location,
/external/walt/ios/WALT/
H A DWALTTouch.h25 @property (nonatomic, assign) CGPoint location; variable
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkDebugReportUtil.hpp40 size_t location; member in struct:vk::DebugReportMessage
49 , location (0)
63 , location (location_)
/external/libnl/lib/route/
H A Dpktloc_syntax.y29 NL_DBG(1, "Error while parsing packet location file: %s\n", msg);
37 %type <l> location
47 | location input
50 location: label
56 NL_DBG(1, "Allocating a packet location "
69 NL_DBG(1, "Duplicate packet location entry "

Completed in 550 milliseconds

1234567891011>>