Searched defs:location (Results 101 - 125 of 858) sorted by last modified time

1234567891011>>

/external/lldb/source/DataFormatters/
H A DCXXFormatterFunctions.cpp915 ReadAsciiBufferAndDumpToStream (lldb::addr_t location, argument
926 if (!process_sp || location == 0)
936 my_data_read = process_sp->ReadCStringFromMemory(location, (char*)buffer_sp->GetBytes(), size, my_error);
1038 uint64_t location = 2 * ptr_size + valobj_addr; local
1039 location = process_sp->ReadPointerFromMemory(location, error);
1046 options.SetLocation(location);
1056 return ReadAsciiBufferAndDumpToStream(location+1,process_sp,stream, explicit_length);
1060 uint64_t location = 3 * ptr_size + valobj_addr; local
1061 return ReadAsciiBufferAndDumpToStream(location,process_s
1065 uint64_t location = valobj_addr + 2*ptr_size; local
1095 uint64_t location = valobj_addr + (ptr_size == 8 ? 12 : 8); local
1109 uint64_t location = valobj_addr + 2*ptr_size; local
1116 uint64_t location = valobj_addr + 2*ptr_size; local
[all...]
/external/lldb/source/Expression/
H A DMaterializer.cpp100 // Put the location of the spare memory into the live data of the ValueObject.
184 err.SetErrorStringWithFormat("couldn't write the location of %s to memory: %s", m_persistent_variable_sp->GetName().AsCString(), write_error.AsCString());
222 lldb::addr_t location; local
225 map.ReadPointerFromMemory(&location, load_addr, read_error);
236 location,
242 location >= frame_bottom &&
243 location <= frame_top)
497 err.SetErrorStringWithFormat("the variable '%s' has no location, it may have been optimized out", m_variable_sp->GetName().AsCString());
/external/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.h59 } location; member in struct:lldb_private::UnwindLLDB::RegisterLocation
88 // has a saved location for this reg.
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1727 //DWARFExpression location;
2132 DWARFExpression location; local
4196 // DataExtractor location(debug_info_data, form_value.BlockData() - debug_info_data.GetDataStart(), block_length);
7248 DWARFExpression location; local
7283 location.CopyOpcodeData(debug_info_data, block_offset, block_length);
7291 location.CopyOpcodeData(debug_info_data, data_offset, data_length);
7301 location.CopyOpcodeData(debug_info_data, data_offset, data_length);
7308 location.CopyOpcodeData(debug_info_data, string_offset, string_length);
7323 location.CopyOpcodeData(get_debug_info_data(), block_offset, block_length);
7333 location
[all...]
/external/lldb/source/Symbol/
H A DVariable.cpp44 const DWARFExpression& location,
55 m_location(location),
138 s->PutCString(", location = ");
212 // Is the variable is described by a single location?
215 // Yes it is, the location is valid.
229 // It is a location list. We just need to tell if the location
250 // Is the variable is described by a single location?
253 // Yes it is, the location is valid.
262 // It is a location lis
35 Variable( lldb::user_id_t uid, const char *name, const char *mangled, const lldb::SymbolFileTypeSP &symfile_type_sp, ValueType scope, SymbolContextScope *context, Declaration* decl_ptr, const DWARFExpression& location, bool external, bool artificial ) argument
[all...]
/external/lldb/test/api/multithreaded/
H A Dtest_breakpoint_callback.cpp24 SBBreakpointLocation &location) {
21 BPCallback(void *baton, SBProcess &process, SBThread &thread, SBBreakpointLocation &location) argument
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc651 // if the variable is present. If a file already exists at this location, this
3497 const char* location) {
3500 exception_code << std::setbase(10) << " thrown in " << location << ".";
3513 const char* location) {
3520 message << " thrown in " << location << "."; local
3544 T* object, Result (T::*method)(), const char* location) {
3554 GetExceptionCode(), location);
3561 (void)location;
3571 T* object, Result (T::*method)(), const char* location) {
3598 return HandleSehExceptionsInMethodIfSupported(object, method, location);
3496 FormatSehExceptionMessage(DWORD exception_code, const char* location) argument
3512 FormatCxxExceptionMessage(const char* description, const char* location) argument
3543 HandleSehExceptionsInMethodIfSupported( T* object, Result (T::*method)(), const char* location) argument
3570 HandleExceptionsInMethodIfSupported( T* object, Result (T::*method)(), const char* location) argument
4798 const string location = internal::FormatCompilerIndependentFileLocation( local
[all...]
/external/libxml2/
H A Dnanohttp.c151 char *location; /* the new URL in case of redirect */ member in struct:xmlNanoHTTPCtxt
428 if (ctxt->location != NULL) xmlFree(ctxt->location);
790 if (ctxt->location != NULL)
791 xmlFree(ctxt->location);
796 ctxt->location =
799 ctxt->location = xmlMemStrdup(cur);
1216 * returned at that location
1235 * returned at that location
1369 ctxt->location
[all...]
H A Dtimsort.h187 int64_t location; local
193 location = BINARY_INSERTION_FIND(dst, x, i);
194 for (j = i - 1; j >= location; j--)
198 dst[location] = x;
H A Dtrio.c693 * The current location in the stream.
695 trio_pointer_t location; member in struct:_trio_class_t
3427 data.location = destination;
3462 assert(VALID(self->location));
3464 file = (FILE *)self->location;
3490 fd = *((int *)self->location);
3516 assert(VALID(self->location));
3518 data = (trio_custom_t *)self->location;
3549 assert(VALID(self->location));
3551 buffer = (char **)self->location;
[all...]
H A Dxmlschemas.c9962 * @URL: the location of the schema
10237 xmlSchemaBuildAbsoluteURI(xmlDictPtr dict, const xmlChar* location, argument
10241 * Build an absolue location URI.
10243 if (location != NULL) {
10245 return(location);
10252 URI = xmlBuildURI(location, ctxtNode->doc->URL);
10254 URI = xmlBuildURI(location, base);
10317 * skip the location and relation logic and just parse the doc.
10323 /* Note that we expect the location to be an absulute URI. */
10354 * No location; thi
21591 xmlSchemaAssembleByLocation(xmlSchemaValidCtxtPtr vctxt, xmlSchemaPtr schema, xmlNodePtr node, const xmlChar *nsName, const xmlChar *location) argument
21732 const xmlChar *nsname = NULL, *location; local
[all...]
/external/libusb/libusb/os/
H A Ddarwin_usb.c189 UInt32 location; local
197 while ((*darwin_device = usb_get_next_device (deviceIterator, &location)) != NULL) {
198 if (location == dev_location)
221 long location; local
228 /* get the location from the i/o registry */
231 CFNumberGetValue(locationCF, kCFNumberLongType, &location);
240 if (dpriv->location == location && handle->os_priv) {
409 kresult = darwin_get_device (priv->location, &device);
450 usbi_info (ctx, "allocating new device for location
557 UInt32 location; local
[all...]
H A Ddarwin_usb.h121 UInt32 location; member in struct:darwin_device_priv
/external/libusb-compat/libusb/
H A Dusb.h269 u_int32_t location; member in struct:usb_bus
/external/libpng/
H A Dpng.h750 /* On write 'location' must be set using the flag values listed below.
756 png_byte location; /* mode of operation at read time */ member in struct:png_unknown_chunk_t
765 /* Flag values for the unknown chunk location byte. */
1715 * still do a longjmp to the last setjmp location if you are using this
2448 /* NOTE: prior to 1.6.0 this routine set the 'location' field of the added
2449 * unknowns to the location currently stored in the png_struct. This is
2451 * for each chunk in the list with the correct location. If you know your
2458 (png_const_structrp png_ptr, png_inforp info_ptr, int chunk, int location));
2583 # define PNG_IO_MASK_LOC 0x00f0 /* current location: sig/hdr/data/crc */
H A Dpngset.c1070 check_location(png_const_structrp png_ptr, int location) argument
1072 location &= (PNG_HAVE_IHDR|PNG_HAVE_PLTE|PNG_AFTER_IDAT);
1074 /* New in 1.6.0; copy the location and check it. This is an API
1078 if (location == 0 && !(png_ptr->mode & PNG_IS_READ_STRUCT))
1082 "png_set_unknown_chunks now expects a valid location");
1084 location = (png_byte)(png_ptr->mode &
1089 * png_set_unknown_chunks on a read pointer it must get the location right.
1091 if (location == 0)
1092 png_error(png_ptr, "invalid location in png_set_unknown_chunks");
1094 /* Now reduce the location t
1203 png_set_unknown_chunk_location(png_const_structrp png_ptr, png_inforp info_ptr, int chunk, int location) argument
[all...]
H A Dpngtest.c340 /* Check if the buffer size specific to the current location
623 int location[2]; member in struct:user_chunk_data
627 /* Used for location and order; zero means nothing. */
644 int location; local
646 if ((data->location[0] & what) || (data->location[1] & what))
653 location = what | after_IDAT;
656 location = what | before_IDAT;
659 location = what | before_PLTE;
661 if (data->location[
763 write_chunks(png_structp write_ptr, int location) argument
[all...]
/external/libnl/lib/route/
H A Dpktloc_syntax.y37 %type <l> location
53 | location def
57 location: label
/external/libcxxabi/src/Unwind/
H A DDwarfParser.hpp77 RegisterSavedWhere location; member in struct:libunwind::CFI_Parser::RegisterLocation
427 results->savedRegisters[reg].location = kRegisterInCFA;
453 results->savedRegisters[reg].location = kRegisterUnused;
468 results->savedRegisters[reg].location = kRegisterUnused;
487 results->savedRegisters[reg].location = kRegisterInRegister;
568 results->savedRegisters[reg].location = kRegisterAtExpression;
587 results->savedRegisters[reg].location = kRegisterInCFA;
620 results->savedRegisters[reg].location = kRegisterOffsetFromCFA;
635 results->savedRegisters[reg].location = kRegisterOffsetFromCFA;
648 results->savedRegisters[reg].location
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dethtool.h537 * @location: Location of rule in the table. Locations must be
548 __u32 location; member in struct:ethtool_rx_flow_spec
572 * driver supports any special location values. If that flag is not
573 * set in @data then special location values should not be used.
575 * For %ETHTOOL_GRXCLSRULE, @fs.@location specifies the location of an
585 * @fs.@location either specifies the location to use or is a special
586 * location value with %RX_CLS_LOC_SPECIAL flag set. On return,
587 * @fs.@location i
[all...]
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_u32.h30 struct xt_u32_location_element location[XT_U32_MAXSIZE+1]; member in struct:xt_u32_test
/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp171 // Set error location to start of doc, ideally should be first token found in doc
836 Reader::getLocationLineAndColumn( Location location, argument
843 while ( current < location && current != end_ )
860 column = int(location - lastLineStart) + 1;
866 Reader::getLocationLineAndColumn( Location location ) const
869 getLocationLineAndColumn( location, line, column );
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DCompilingClassLoader.java174 public JavaFileObject getJavaFileForOutput(Location location, final String className, argument
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 731 milliseconds

1234567891011>>